Get estimated block countdown time by block number
GET/?module=block&action=getblockcountdown
Get estimated block countdown time by block number
Request
Query Parameters
apiKey stringrequired
Example: pk_1234567890
module stringrequired
Possible values: [block
]
action stringrequired
Possible values: [getblockcountdown
]
blockno integerrequired
Integer block number to check block countdown time for.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
result object
CurrentBlock string
CountdownBlock string
RemainingBlock string
EstimateTimeInSec string
status string
{
"message": "string",
"result": {
"CurrentBlock": "string",
"CountdownBlock": "string",
"RemainingBlock": "string",
"EstimateTimeInSec": "string"
},
"status": "string"
}
Loading...